Explore Plans
Mobile menu Close menu
Google DriveGoogle Drive

History of files uploaded in your folder

This query returns a list of recent files added to the Google Drive folder you specify.

Developer info

API endpoint slug
google_drive.history_of_files_uploaded_in_your_folder
Runtime method
performQuery("google_drive.history_of_files_uploaded_in_your_folder")

Query fields

Path Text input > Other

Label
Drive folder path
Helper text
Format: folders separated by "/" like "Documents/Photos/Receipts"
Slug
path
Required
true
Can have default value
true

Ingredients

FilenameThe name of the file.

Slug
filename
Filter code
GoogleDrive.historyOfFilesUploadedInYourFolder.Filename
Type
String
Example
filename

PathThe path of the file.

Slug
path
Filter code
GoogleDrive.historyOfFilesUploadedInYourFolder.Path
Type
String
Example
/IFTTT/sample.txt

File URLThe file's public URL.

Slug
file_url
Filter code
GoogleDrive.historyOfFilesUploadedInYourFolder.FileUrl
Type
File URL
Example
https://google.com

Created atDate and time file was created.

Slug
created_at
Filter code
GoogleDrive.historyOfFilesUploadedInYourFolder.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00